Update Structure

Request
path Parameters
id
required
string
ontologyId
required
string
Request Body schema: application/json
order
Array of strings or null
arcs
Array of strings or null
name
string or null
property name*
additional property
any
Responses
200

Ok

patch/ontologies/{ontologyId}/structures/{id}
Request samples
application/json
{
  • "order": [
    ],
  • "arcs": [
    ],
  • "name": "string"
}
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "updatedBy": "string",
  • "order": [
    ],
  • "arcs": [
    ],
  • "name": "string",
  • "ontologyId": "string",
  • "creator": "string"
}